runtime.mheap.allocNeedsZero (method)

2 uses

	runtime (current package)
		mheap.go#L1023: func (h *mheap) allocNeedsZero(base, npage uintptr) (needZero bool) {
		mheap.go#L1385: 	if h.allocNeedsZero(base, npages) {